object Dlg_nickname: TDlg_nickname Left = 298 Top = 273 BorderStyle = bsDialog Caption = 'Mail Address' ClientHeight = 135 ClientWidth = 372 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 8 Width = 31 Height = 13 Caption = '&Name:' FocusControl = E_name end object Label2: TLabel Left = 24 Top = 56 Width = 63 Height = 13 Caption = '&Mail Address:' FocusControl = E_mailaddress end object BtnAddAddress: TSpeedButton Left = 224 Top = 24 Width = 137 Height = 22 Caption = '&Add to Addree Book' OnClick = BtnAddAddressClick end object E_name: TEdit Left = 24 Top = 24 Width = 185 Height = 21 TabOrder = 0 end object E_mailaddress: TEdit Left = 24 Top = 72 Width = 337 Height = 21 TabOrder = 1 end object BtnOK: TButton Left = 88 Top = 104 Width = 89 Height = 22 Caption = 'Close' Default = True ModalResult = 1 TabOrder = 2 end object BtnCancel: TButton Left = 216 Top = 104 Width = 89 Height = 22 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object PM_addrbook: TPopupMenu AutoPopup = False OnPopup = PM_addrbookPopup Left = 320 Top = 96 end object Language: TLanguage LangCenter = DM_Language.LangCenter Left = 48 Top = 104 end end